python_postgres_app/
│
├── app.py
├── config.py
├── requirements.txt
├── .env
│
├── models/
│   └── user.py
│
├── templates/
│   ├── base.html
│   ├── login.html
│   └── dashboard.html
│
└── static/
    ├── css/
    │   └── style.css
    └── js/
        └── app.js